[INFO] cloning repository https://github.com/KellenWatt/bass-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KellenWatt/bass-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellenWatt%2Fbass-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellenWatt%2Fbass-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd01876ea79007828c0e6911679490554beac34d
[INFO] checking KellenWatt/bass-rs against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellenWatt%2Fbass-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KellenWatt/bass-rs
[INFO] finished tweaking git repo https://github.com/KellenWatt/bass-rs
[INFO] tweaked toml for git repo https://github.com/KellenWatt/bass-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KellenWatt/bass-rs on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KellenWatt/bass-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7
[INFO] running `Command { std: "docker" "start" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking polling v3.8.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking async-io v2.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking async-signal v0.2.11
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling fontconfig-parser v0.5.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]     Checking async-process v2.3.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking zvariant_utils v3.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling cpp_common v0.5.10
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling fontdb v0.23.0
[INFO] [stderr]    Compiling zvariant_derive v5.6.0
[INFO] [stderr]     Checking wayland-protocols v0.32.8
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling zvariant v5.6.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking zbus_names v4.2.0
[INFO] [stderr]     Checking zbus_xml v5.0.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking wayland-cursor v0.31.10
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking zbus-lockstep v0.5.1
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling zbus_macros v5.8.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.4.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking unicode-ccc v0.4.0
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.8
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling cpp_build v0.5.10
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]     Checking zune-jpeg v0.4.19
[INFO] [stderr]     Checking zbus v5.8.0
[INFO] [stderr]     Checking lyon_geom v1.0.6
[INFO] [stderr]    Compiling i-slint-common v1.12.1
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling rgb v0.8.51
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling kurbo v0.11.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling svgtypes v0.15.3
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling image-webp v0.2.3
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]     Checking lyon_path v1.0.7
[INFO] [stderr]    Compiling const-field-offset-macro v0.1.5
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling avif-serialize v0.8.5
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling simplecss v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling data-url v0.3.1
[INFO] [stderr]     Checking atspi-common v0.9.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.9
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]     Checking usvg v0.45.1
[INFO] [stderr]     Checking ab_glyph v0.2.30
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]     Checking const-field-offset v0.1.5
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling qttypes v0.2.12
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]     Checking atspi-proxies v0.9.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]    Compiling vtable-macro v0.3.0
[INFO] [stderr]    Compiling derive_utils v0.15.0
[INFO] [stderr]    Compiling winit v0.30.11
[INFO] [stderr]    Compiling linereader v0.4.0
[INFO] [stderr]     Checking accesskit v0.19.0
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling i-slint-compiler v1.12.1
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling codemap v0.1.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling linked_hash_set v0.1.5
[INFO] [stderr]    Compiling codemap-diagnostic v0.1.2
[INFO] [stderr]     Checking accesskit_consumer v0.28.0
[INFO] [stderr]     Checking atspi-connection v0.9.0
[INFO] [stderr]     Checking vtable v0.3.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling polib v0.2.0
[INFO] [stderr]    Compiling rowan v0.16.1
[INFO] [stderr]    Compiling auto_enums v0.8.7
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling resvg v0.45.1
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]    Compiling lyon_extra v1.0.3
[INFO] [stderr]    Compiling i-slint-core-macros v1.12.1
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking lyon_algorithms v1.0.5
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.8
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tiny-xlib v0.2.4
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.5
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking clru v0.6.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling typed-index-collections v3.3.0
[INFO] [stderr]    Compiling smol_str v0.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking pin-weak v1.1.0
[INFO] [stderr]     Checking i-slint-core v1.12.1
[INFO] [stderr]    Compiling spin_on v0.1.1
[INFO] [stderr]    Compiling cpp_macros v0.5.10
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.12.0
[INFO] [stderr]     Checking atspi v0.25.0
[INFO] [stderr]    Compiling i-slint-backend-qt v1.12.1
[INFO] [stderr]    Compiling softbuffer v0.4.6
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking ctor-lite v0.1.0
[INFO] [stderr]     Checking accesskit_unix v0.15.0
[INFO] [stderr]     Checking cpp v0.5.10
[INFO] [stderr]     Checking femtovg v0.14.1
[INFO] [stderr]     Checking x11-clipboard v0.9.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling i-slint-backend-winit v1.12.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking i-slint-renderer-femtovg v1.12.1
[INFO] [stderr]     Checking copypasta v0.10.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling i-slint-backend-selector v1.12.1
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking accesskit_winit v0.27.0
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling rfd v0.15.3
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking ashpd v0.11.0
[INFO] [stderr]     Checking toml_parser v1.0.0
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking toml_writer v1.0.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking toml v0.9.1
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking rusqlite v0.34.0
[INFO] [stderr]     Checking libbass v0.1.0 (/opt/rustwide/workdir/bass-rs)
[INFO] [stderr]    Compiling slint-build v1.12.1
[INFO] [stderr]    Compiling slint-macros v1.12.1
[INFO] [stderr]    Compiling bass v1.0.0 (/opt/rustwide/workdir/bass-ui)
[INFO] [stderr]     Checking slint v1.12.1
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:641:188
[INFO] [stdout]     |
[INFO] [stdout] 641 | .... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]     = note: `#[warn(self_type_conversion)]` on by default
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-11300582591361908253.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:2115:188
[INFO] [stdout]      |
[INFO] [stdout] 2115 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-11300582591361908253.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3070:118
[INFO] [stdout]      |
[INFO] [stdout] 3070 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13392133741317612078.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3108:118
[INFO] [stdout]      |
[INFO] [stdout] 3108 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13392133741317612078.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3116:118
[INFO] [stdout]      |
[INFO] [stdout] 3116 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13392133741317612078.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3299:30
[INFO] [stdout]      |
[INFO] [stdout] 3299 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3329:30
[INFO] [stdout]      |
[INFO] [stdout] 3329 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3352:30
[INFO] [stdout]      |
[INFO] [stdout] 3352 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3395:116
[INFO] [stdout]      |
[INFO] [stdout] 3395 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3412:116
[INFO] [stdout]      |
[INFO] [stdout] 3412 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3420:116
[INFO] [stdout]      |
[INFO] [stdout] 3420 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13450053405728712659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4757:119
[INFO] [stdout]      |
[INFO] [stdout] 4757 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-682720064868263471.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4814:119
[INFO] [stdout]      |
[INFO] [stdout] 4814 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-682720064868263471.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4822:119
[INFO] [stdout]      |
[INFO] [stdout] 4822 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-682720064868263471.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5219:30
[INFO] [stdout]      |
[INFO] [stdout] 5219 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5249:30
[INFO] [stdout]      |
[INFO] [stdout] 5249 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5272:30
[INFO] [stdout]      |
[INFO] [stdout] 5272 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5323:117
[INFO] [stdout]      |
[INFO] [stdout] 5323 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5358:117
[INFO] [stdout]      |
[INFO] [stdout] 5358 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5366:117
[INFO] [stdout]      |
[INFO] [stdout] 5366 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15765910832769695312.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7373:30
[INFO] [stdout]      |
[INFO] [stdout] 7373 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7405:30
[INFO] [stdout]      |
[INFO] [stdout] 7405 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7430:30
[INFO] [stdout]      |
[INFO] [stdout] 7430 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7534:188
[INFO] [stdout]      |
[INFO] [stdout] 7534 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-11300582591361908253.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7573:117
[INFO] [stdout]      |
[INFO] [stdout] 7573 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7634:117
[INFO] [stdout]      |
[INFO] [stdout] 7634 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7642:117
[INFO] [stdout]      |
[INFO] [stdout] 7642 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-12037986331446365022.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9079:26
[INFO] [stdout]      |
[INFO] [stdout] 9079 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-8488558909710046103.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9208:26
[INFO] [stdout]      |
[INFO] [stdout] 9208 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-8488558909710046103.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9228:26
[INFO] [stdout]      |
[INFO] [stdout] 9228 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-8488558909710046103.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10117:30
[INFO] [stdout]       |
[INFO] [stdout] 10117 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10161:30
[INFO] [stdout]       |
[INFO] [stdout] 10161 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10211:30
[INFO] [stdout]       |
[INFO] [stdout] 10211 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11146:115
[INFO] [stdout]       |
[INFO] [stdout] 11146 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11149:115
[INFO] [stdout]       |
[INFO] [stdout] 11149 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-53464063238786507.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11152:115
[INFO] [stdout]       |
[INFO] [stdout] 11152 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-4398948558710014582.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11208:115
[INFO] [stdout]       |
[INFO] [stdout] 11208 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11211:115
[INFO] [stdout]       |
[INFO] [stdout] 11211 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-53464063238786507.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11214:115
[INFO] [stdout]       |
[INFO] [stdout] 11214 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-4398948558710014582.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11226:115
[INFO] [stdout]       |
[INFO] [stdout] 11226 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17459193908336893563.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11232:115
[INFO] [stdout]       |
[INFO] [stdout] 11232 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-53464063238786507.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11238:115
[INFO] [stdout]       |
[INFO] [stdout] 11238 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-4398948558710014582.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15265:26
[INFO] [stdout]       |
[INFO] [stdout] 15265 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13604187867200056524.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15394:26
[INFO] [stdout]       |
[INFO] [stdout] 15394 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13604187867200056524.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15414:26
[INFO] [stdout]       |
[INFO] [stdout] 15414 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13604187867200056524.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17318:121
[INFO] [stdout]       |
[INFO] [stdout] 17318 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3655574049450503355.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17357:121
[INFO] [stdout]       |
[INFO] [stdout] 17357 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3655574049450503355.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17369:121
[INFO] [stdout]       |
[INFO] [stdout] 17369 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3655574049450503355.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_small_popup_264>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24086:225
[INFO] [stdout]       |
[INFO] [stdout] 24086 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_small_popup_264> as Into<VRc<ItemTreeVTable, InnerComponent_small_popup_264>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-13894483551699636856.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_big_popup_252>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24113:225
[INFO] [stdout]       |
[INFO] [stdout] 24113 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_big_popup_252> as Into<VRc<ItemTreeVTable, InnerComponent_big_popup_252>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10883026281814442578.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24394:30
[INFO] [stdout]       |
[INFO] [stdout] 24394 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24424:30
[INFO] [stdout]       |
[INFO] [stdout] 24424 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24447:30
[INFO] [stdout]       |
[INFO] [stdout] 24447 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24949:121
[INFO] [stdout]       |
[INFO] [stdout] 24949 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24966:121
[INFO] [stdout]       |
[INFO] [stdout] 24966 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24974:121
[INFO] [stdout]       |
[INFO] [stdout] 24974 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3897376578627033669.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25532:30
[INFO] [stdout]       |
[INFO] [stdout] 25532 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25562:30
[INFO] [stdout]       |
[INFO] [stdout] 25562 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25585:30
[INFO] [stdout]       |
[INFO] [stdout] 25585 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25873:123
[INFO] [stdout]       |
[INFO] [stdout] 25873 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25890:123
[INFO] [stdout]       |
[INFO] [stdout] 25890 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25898:123
[INFO] [stdout]       |
[INFO] [stdout] 25898 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-5483282116381594679.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26579:30
[INFO] [stdout]       |
[INFO] [stdout] 26579 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26620:30
[INFO] [stdout]       |
[INFO] [stdout] 26620 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26654:30
[INFO] [stdout]       |
[INFO] [stdout] 26654 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26955:119
[INFO] [stdout]       |
[INFO] [stdout] 26955 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26958:119
[INFO] [stdout]       |
[INFO] [stdout] 26958 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15259021368174782067.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27029:119
[INFO] [stdout]       |
[INFO] [stdout] 27029 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27032:119
[INFO] [stdout]       |
[INFO] [stdout] 27032 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15259021368174782067.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27040:119
[INFO] [stdout]       |
[INFO] [stdout] 27040 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-17966778252353782126.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27046:119
[INFO] [stdout]       |
[INFO] [stdout] 27046 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-15259021368174782067.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28226:30
[INFO] [stdout]       |
[INFO] [stdout] 28226 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28256:30
[INFO] [stdout]       |
[INFO] [stdout] 28256 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28279:30
[INFO] [stdout]       |
[INFO] [stdout] 28279 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28860:188
[INFO] [stdout]       |
[INFO] [stdout] 28860 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-11300582591361908253.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28997:120
[INFO] [stdout]       |
[INFO] [stdout] 28997 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:29014:120
[INFO] [stdout]       |
[INFO] [stdout] 29014 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:29022:120
[INFO] [stdout]       |
[INFO] [stdout] 29022 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-10426300675175561335.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34272:30
[INFO] [stdout]       |
[INFO] [stdout] 34272 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34318:30
[INFO] [stdout]       |
[INFO] [stdout] 34318 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34357:30
[INFO] [stdout]       |
[INFO] [stdout] 34357 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34667:30
[INFO] [stdout]       |
[INFO] [stdout] 34667 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34706:30
[INFO] [stdout]       |
[INFO] [stdout] 34706 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34738:30
[INFO] [stdout]       |
[INFO] [stdout] 34738 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35098:102
[INFO] [stdout]       |
[INFO] [stdout] 35098 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35101:102
[INFO] [stdout]       |
[INFO] [stdout] 35101 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35152:102
[INFO] [stdout]       |
[INFO] [stdout] 35152 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35155:102
[INFO] [stdout]       |
[INFO] [stdout] 35155 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35171:102
[INFO] [stdout]       |
[INFO] [stdout] 35171 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-3340700438116671246.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35177:102
[INFO] [stdout]       |
[INFO] [stdout] 35177 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-565a4a9f8d7433af.long-type-14704689651116407178.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:100:40
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let mut dbm = DBMusic::new_with_id(m.id.into());
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let time: i32 = m.runtime.into();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:387:21
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 id: assume!(m.id()).into(),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:641:188
[INFO] [stdout]     |
[INFO] [stdout] 641 | .... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]     = note: `#[warn(self_type_conversion)]` on by default
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6564942175101011486.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:2115:188
[INFO] [stdout]      |
[INFO] [stdout] 2115 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6564942175101011486.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3070:118
[INFO] [stdout]      |
[INFO] [stdout] 3070 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8906241956893369663.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3108:118
[INFO] [stdout]      |
[INFO] [stdout] 3108 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8906241956893369663.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_29>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3116:118
[INFO] [stdout]      |
[INFO] [stdout] 3116 | ...pdated (|| InnerComponent_empty_29 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_29> as Into<VRc<ItemTreeVTable, InnerComponent_empty_29>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8906241956893369663.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3299:30
[INFO] [stdout]      |
[INFO] [stdout] 3299 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3329:30
[INFO] [stdout]      |
[INFO] [stdout] 3329 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3352:30
[INFO] [stdout]      |
[INFO] [stdout] 3352 | ...                   InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3395:116
[INFO] [stdout]      |
[INFO] [stdout] 3395 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3412:116
[INFO] [stdout]      |
[INFO] [stdout] 3412 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_30>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:3420:116
[INFO] [stdout]      |
[INFO] [stdout] 3420 | ...ated (|| InnerComponent_rectangle_30 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_30> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_30>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-178257516274130967.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4757:119
[INFO] [stdout]      |
[INFO] [stdout] 4757 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6378107573016996432.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4814:119
[INFO] [stdout]      |
[INFO] [stdout] 4814 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6378107573016996432.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_exitbutton_46>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:4822:119
[INFO] [stdout]      |
[INFO] [stdout] 4822 | ...ated (|| InnerComponent_exitbutton_46 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_exitbutton_46> as Into<VRc<ItemTreeVTable, InnerComponent_exitbutton_46>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6378107573016996432.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5219:30
[INFO] [stdout]      |
[INFO] [stdout] 5219 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5249:30
[INFO] [stdout]      |
[INFO] [stdout] 5249 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5272:30
[INFO] [stdout]      |
[INFO] [stdout] 5272 | ...   InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5323:117
[INFO] [stdout]      |
[INFO] [stdout] 5323 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5358:117
[INFO] [stdout]      |
[INFO] [stdout] 5358 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:5366:117
[INFO] [stdout]      |
[INFO] [stdout] 5366 | ...ed (|| InnerComponent_paddedkeyword_51 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51> as Into<VRc<ItemTreeVTable, InnerComponent_paddedkeyword_51>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-8819447311770941262.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7373:30
[INFO] [stdout]      |
[INFO] [stdout] 7373 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7405:30
[INFO] [stdout]      |
[INFO] [stdout] 7405 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7430:30
[INFO] [stdout]      |
[INFO] [stdout] 7430 | ...                   InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7534:188
[INFO] [stdout]      |
[INFO] [stdout] 7534 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6564942175101011486.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7573:117
[INFO] [stdout]      |
[INFO] [stdout] 7573 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7634:117
[INFO] [stdout]      |
[INFO] [stdout] 7634 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_e_69>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:7642:117
[INFO] [stdout]      |
[INFO] [stdout] 7642 | ..._updated (|| InnerComponent_e_69 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_e_69> as Into<VRc<ItemTreeVTable, InnerComponent_e_69>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17853350685663360901.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9079:26
[INFO] [stdout]      |
[INFO] [stdout] 9079 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-16273107453466755567.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9208:26
[INFO] [stdout]      |
[INFO] [stdout] 9208 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-16273107453466755567.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_toucharea_82>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:9228:26
[INFO] [stdout]      |
[INFO] [stdout] 9228 | ...   InnerComponent_toucharea_82 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_toucharea_82> as Into<VRc<ItemTreeVTable, InnerComponent_toucharea_82>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-16273107453466755567.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10117:30
[INFO] [stdout]       |
[INFO] [stdout] 10117 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10161:30
[INFO] [stdout]       |
[INFO] [stdout] 10161 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:10211:30
[INFO] [stdout]       |
[INFO] [stdout] 10211 | ...   InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11146:115
[INFO] [stdout]       |
[INFO] [stdout] 11146 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11149:115
[INFO] [stdout]       |
[INFO] [stdout] 11149 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-11688206550860882448.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11152:115
[INFO] [stdout]       |
[INFO] [stdout] 11152 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-2674334202954734370.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11208:115
[INFO] [stdout]       |
[INFO] [stdout] 11208 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11211:115
[INFO] [stdout]       |
[INFO] [stdout] 11211 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-11688206550860882448.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11214:115
[INFO] [stdout]       |
[INFO] [stdout] 11214 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-2674334202954734370.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent__visibility_105>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11226:115
[INFO] [stdout]       |
[INFO] [stdout] 11226 | ...ed (|| InnerComponent__visibility_105 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent__visibility_105> as Into<VRc<ItemTreeVTable, InnerComponent__visibility_105>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-14493578979568856262.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_121>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11232:115
[INFO] [stdout]       |
[INFO] [stdout] 11232 | ...ted (|| InnerComponent_rectangle_121 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_121> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_121>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-11688206550860882448.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_125>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:11238:115
[INFO] [stdout]       |
[INFO] [stdout] 11238 | ...ted (|| InnerComponent_rectangle_125 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_125> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_125>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-2674334202954734370.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15265:26
[INFO] [stdout]       |
[INFO] [stdout] 15265 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-4934794651745383990.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15394:26
[INFO] [stdout]       |
[INFO] [stdout] 15394 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-4934794651745383990.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_163>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:15414:26
[INFO] [stdout]       |
[INFO] [stdout] 15414 | ...   InnerComponent_rectangle_163 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_163> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_163>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-4934794651745383990.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17318:121
[INFO] [stdout]       |
[INFO] [stdout] 17318 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17920496615694637522.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17357:121
[INFO] [stdout]       |
[INFO] [stdout] 17357 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17920496615694637522.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_178>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:17369:121
[INFO] [stdout]       |
[INFO] [stdout] 17369 | ...ted (|| InnerComponent_rectangle_178 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_178> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_178>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17920496615694637522.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_small_popup_264>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24086:225
[INFO] [stdout]       |
[INFO] [stdout] 24086 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_small_popup_264> as Into<VRc<ItemTreeVTable, InnerComponent_small_popup_264>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6169562812835497446.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_big_popup_252>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24113:225
[INFO] [stdout]       |
[INFO] [stdout] 24113 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_big_popup_252> as Into<VRc<ItemTreeVTable, InnerComponent_big_popup_252>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-16327932469846214982.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24394:30
[INFO] [stdout]       |
[INFO] [stdout] 24394 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24424:30
[INFO] [stdout]       |
[INFO] [stdout] 24424 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24447:30
[INFO] [stdout]       |
[INFO] [stdout] 24447 | ...   InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24949:121
[INFO] [stdout]       |
[INFO] [stdout] 24949 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24966:121
[INFO] [stdout]       |
[INFO] [stdout] 24966 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:24974:121
[INFO] [stdout]       |
[INFO] [stdout] 24974 | ...|| InnerComponent_nativestandardlistviewitem_261 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_261>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-10061857627638498604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25532:30
[INFO] [stdout]       |
[INFO] [stdout] 25532 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25562:30
[INFO] [stdout]       |
[INFO] [stdout] 25562 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25585:30
[INFO] [stdout]       |
[INFO] [stdout] 25585 | ...   InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25873:123
[INFO] [stdout]       |
[INFO] [stdout] 25873 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25890:123
[INFO] [stdout]       |
[INFO] [stdout] 25890 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:25898:123
[INFO] [stdout]       |
[INFO] [stdout] 25898 | ...|| InnerComponent_nativestandardlistviewitem_268 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268> as Into<VRc<ItemTreeVTable, InnerComponent_nativestandardlistviewitem_268>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-12130370589707102652.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26579:30
[INFO] [stdout]       |
[INFO] [stdout] 26579 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26620:30
[INFO] [stdout]       |
[INFO] [stdout] 26620 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26654:30
[INFO] [stdout]       |
[INFO] [stdout] 26654 | ...                   InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26955:119
[INFO] [stdout]       |
[INFO] [stdout] 26955 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:26958:119
[INFO] [stdout]       |
[INFO] [stdout] 26958 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5428391135043356687.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27029:119
[INFO] [stdout]       |
[INFO] [stdout] 27029 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27032:119
[INFO] [stdout]       |
[INFO] [stdout] 27032 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5428391135043356687.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_279>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27040:119
[INFO] [stdout]       |
[INFO] [stdout] 27040 | ...dated (|| InnerComponent_image_279 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_279> as Into<VRc<ItemTreeVTable, InnerComponent_image_279>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-283426006016338576.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_281>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:27046:119
[INFO] [stdout]       |
[INFO] [stdout] 27046 | ...ted (|| InnerComponent_rectangle_281 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_281> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_281>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5428391135043356687.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28226:30
[INFO] [stdout]       |
[INFO] [stdout] 28226 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28256:30
[INFO] [stdout]       |
[INFO] [stdout] 28256 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28279:30
[INFO] [stdout]       |
[INFO] [stdout] 28279 | ...                   InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28860:188
[INFO] [stdout]       |
[INFO] [stdout] 28860 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_365>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-6564942175101011486.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:28997:120
[INFO] [stdout]       |
[INFO] [stdout] 28997 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:29014:120
[INFO] [stdout]       |
[INFO] [stdout] 29014 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_372>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:29022:120
[INFO] [stdout]       |
[INFO] [stdout] 29022 | ...ated (|| InnerComponent_menuitem_372 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_372> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_372>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-17418128732607201373.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34272:30
[INFO] [stdout]       |
[INFO] [stdout] 34272 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34318:30
[INFO] [stdout]       |
[INFO] [stdout] 34318 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34357:30
[INFO] [stdout]       |
[INFO] [stdout] 34357 | ...   InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34667:30
[INFO] [stdout]       |
[INFO] [stdout] 34667 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34706:30
[INFO] [stdout]       |
[INFO] [stdout] 34706 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:34738:30
[INFO] [stdout]       |
[INFO] [stdout] 34738 | ...   InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35098:102
[INFO] [stdout]       |
[INFO] [stdout] 35098 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35101:102
[INFO] [stdout]       |
[INFO] [stdout] 35101 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35152:102
[INFO] [stdout]       |
[INFO] [stdout] 35152 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35155:102
[INFO] [stdout]       |
[INFO] [stdout] 35155 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35171:102
[INFO] [stdout]       |
[INFO] [stdout] 35171 | ... (|| InnerComponent_root_menulayout_340 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340> as Into<VRc<ItemTreeVTable, InnerComponent_root_menulayout_340>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-15733586201025714773.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_detailedview_347>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/bass-205758db091b6a01/out/bass.rs:35177:102
[INFO] [stdout]       |
[INFO] [stdout] 35177 | ...ed (|| InnerComponent_detailedview_347 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_detailedview_347> as Into<VRc<ItemTreeVTable, InnerComponent_detailedview_347>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/bass-1758975061438c0f.long-type-5421861079098990688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:100:40
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let mut dbm = DBMusic::new_with_id(m.id.into());
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let time: i32 = m.runtime.into();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `i32`
[INFO] [stdout]    --> bass-ui/src/main.rs:387:21
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 id: assume!(m.id()).into(),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<i32 as Into<i32>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s
[INFO] running `Command { std: "docker" "inspect" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7", kill_on_drop: false }`
[INFO] [stdout] 3774b9364411abeb385df3c4bcc47c19a09fca815f9e5194db29e3e7c4441bb7
